home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Protect Images.sd < prev    next >
INI File  |  2004-06-28  |  1KB  |  59 lines

  1. [SUBJECT]
  2. Description=Protect images to be saved on the disk
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<!-- This script and many more are available free online at -->
  9. ;<!-- The JavaScript Source!! http://javascript.internet.com -->
  10. ;
  11. ;<script language="JavaScript">
  12. ;
  13. ;<!-- Begin
  14.  
  15. ;function protect(evt) 
  16. ;{
  17. ;  if (navigator.appName != 'Microsoft Internet Explorer')
  18. ;  {
  19. ;    if (evt.which != 3) 
  20. ;      return true;
  21. ;  };
  22. ;  alert("`message`");
  23. ;  return false;
  24. ;}
  25. ;
  26. ;
  27. ;function trap() 
  28. ;{
  29. ;  if(document.images)
  30. ;  {
  31. ;    if(navigator.appName != 'Microsoft Internet Explorer')
  32. ;    {
  33. ;      for(i=0;i<document.images.length;i++)
  34. ;        document.images[i].onmousedown = protect;
  35. ;    }
  36. ;    else
  37. ;    {
  38. ;      for(i=0;i<document.images.length;i++)
  39. ;        document.images[i].oncontextmenu = protect;
  40. ;    }
  41. ;  }
  42. ;}
  43. ;
  44. ;// End -->
  45. ;</script>
  46. ;
  47.  
  48. [BODY_TAG]
  49. ;onLoad="trap()"
  50.  
  51.  
  52. [BODY_TEXT]
  53. ;
  54.  
  55.  
  56. [`message`]
  57. Kind=S
  58. Value=Sorry, you don't have permission to right-click.
  59.